home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / PropertyGrid.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  5.7 KB  |  86 lines

  1. [PropertyGrid]
  2. 0=2,ActiveDocument,public IDesignerHost ActiveDocument {get; set;}
  3. 1=2,BackgroundImage,public Image BackgroundImage {override get; override set;}
  4. 2=2,CanCopy,public bool CanCopy {get;}
  5. 3=2,CanCut,public bool CanCut {get;}
  6. 4=2,CanPaste,public bool CanPaste {get;}
  7. 5=2,CanShowCommands,public bool CanShowCommands {virtual get;}
  8. 6=2,CanUndo,public bool CanUndo {get;}
  9. 7=2,CommandsBackColor,public Color CommandsBackColor {get; set;}
  10. 8=2,CommandsForeColor,public Color CommandsForeColor {get; set;}
  11. 9=2,CommandsVisible,public bool CommandsVisible {virtual get;}
  12. 10=2,CommandsVisibleIfAvailable,public bool CommandsVisibleIfAvailable {virtual get; virtual set;}
  13. 11=2,ContextMenuDefaultLocation,public Point ContextMenuDefaultLocation {get;}
  14. 12=2,DefaultTabType,public Type DefaultTabType {virtual get;}
  15. 13=2,HelpBackColor,public Color HelpBackColor {get; set;}
  16. 14=2,HelpForeColor,public Color HelpForeColor {get; set;}
  17. 15=2,HelpVisible,public bool HelpVisible {virtual get; virtual set;}
  18. 16=2,InPropertySet,public bool InPropertySet {get;}
  19. 17=2,IsDefaultTabSelected,public bool IsDefaultTabSelected {get;}
  20. 18=2,LargeButtons,public bool LargeButtons {get; set;}
  21. 19=2,LineColor,public Color LineColor {get; set;}
  22. 20=2,OutlineColor,public Color OutlineColor {get; set;}
  23. 21=2,PropertySort,public PropertySort PropertySort {get; set;}
  24. 22=2,SelectedObject,public object SelectedObject {get; set;}
  25. 23=2,SelectedPropertyDescriptor,public PropertyDescriptor SelectedPropertyDescriptor {get;}
  26. 24=2,SelectedPropertyName,public string SelectedPropertyName {virtual get;}
  27. 25=2,ServiceObjectProvider,public IServiceObjectProvider ServiceObjectProvider {get; set;}
  28. 26=2,ShowFocusCues,public bool ShowFocusCues {override get;}
  29. 27=2,TextColor,public Color TextColor {get; set;}
  30. 28=2,ToolbarVisible,public bool ToolbarVisible {virtual get; virtual set;}
  31. 29=3,AddRefTab,public void AddRefTab(Type tabType, object component);\n(Type tabType, object component, PropertyTabScope type, bool setupToolbar);
  32. 30=3,AddTab,public: void AddTab(Type* tabType);
  33. 31=3,ClearTabs,public: void ClearTabs(PropertyTabScope tabScope);
  34. 32=3,Dispose,public override void Dispose();
  35. 33=3,DividerDraw,public void DividerDraw(int y);
  36. 34=3,DividerInside,public SnappableControl DividerInside(int x, int y);
  37. 35=3,DividerLimitHigh,public int DividerLimitHigh(PropertyGrid.SnappableControl target);
  38. 36=3,DividerLimitMove,public int DividerLimitMove(PropertyGrid.SnappableControl target, int y);
  39. 37=3,DoCopyCommand,public void DoCopyCommand();
  40. 38=3,DoCutCommand,public void DoCutCommand();
  41. 39=3,DoPasteCommand,public void DoPasteCommand();
  42. 40=3,DoUndoCommand,public void DoUndoCommand();
  43. 41=3,DropDownDone,public void DropDownDone();
  44. 42=3,DumpPropsToConsole,public void DumpPropsToConsole();
  45. 43=3,EnableTabs,public void EnableTabs();
  46. 44=3,EnsurePendingChangesCommitted,public void EnsurePendingChangesCommitted();
  47. 45=3,FilterKeyPress,public void FilterKeyPress(char keyChar);
  48. 46=3,GetBrowsableAttributes,public MemberAttribute[] GetBrowsableAttributes();
  49. 47=3,GetHwnd,public virtual int GetHwnd();
  50. 48=3,GetSelectedTab,public PropertyTab GetSelectedTab();
  51. 49=3,GetUnwrappedObject,public object GetUnwrappedObject(int index);
  52. 50=3,HandleF4,public void HandleF4();
  53. 51=3,LoadState,public void LoadState(RegistryKey optRoot);
  54. 52=3,OnChanged,public void OnChanged(int dispID);
  55. 53=3,OnCOMComponentNameChanged,protected void OnCOMComponentNameChanged(ComponentRenameEventArgs e);
  56. 54=3,OnCopy,public void OnCopy();
  57. 55=3,OnGotFocus,protected override void OnGotFocus(EventArgs e);
  58. 56=3,OnHandleCreated,protected override void OnHandleCreated(EventArgs e);
  59. 57=3,OnMouseDown,protected override void OnMouseDown(MouseEventArgs me);
  60. 58=3,OnMouseMove,protected override void OnMouseMove(MouseEventArgs me);
  61. 59=3,OnMouseUp,protected override void OnMouseUp(MouseEventArgs me);
  62. 60=3,OnNotifyPropertyValueUIItemsChanged,protected void OnNotifyPropertyValueUIItemsChanged(object sender, EventArgs e);
  63. 61=3,OnPaint,protected override void OnPaint(PaintEventArgs pevent);
  64. 62=3,OnPaintBackground,protected override void OnPaintBackground(PaintEventArgs pevent);
  65. 63=3,OnPropertyChanged,protected override void OnPropertyChanged(PropertyChangedEventArgs e);
  66. 64=3,OnPropertyTabChanged,protected void OnPropertyTabChanged(PropertyTabChangedEventArgs e);
  67. 65=3,OnPropertyValueChanged,protected void OnPropertyValueChanged(PropertyValueChangedEventArgs e);
  68. 66=3,OnRequestEdit,public void OnRequestEdit(int dispID);
  69. 67=3,OnResize,protected override void OnResize(EventArgs e);
  70. 68=3,ProcessDialogKey,protected override bool ProcessDialogKey(Keys keyData);
  71. 69=3,Refresh,public override void Refresh();
  72. 70=3,RefreshTabs,public void RefreshTabs(PropertyTabScope tabScope);
  73. 71=3,ReleaseCurrentObjects,protected void ReleaseCurrentObjects();
  74. 72=3,RemoveTab,public void RemoveTab(Type tabType);
  75. 73=3,Reset,public void Reset();
  76. 74=3,SaveState,public void SaveState(RegistryKey optRoot);
  77. 75=3,SetBrowsableAttributes,public void SetBrowsableAttributes(MemberAttribute[] attrs);
  78. 76=3,SetSelectedObjects,public virtual void SetSelectedObjects(int cObjs, object[] objs);\n(int cObjs, int ppObjs);
  79. 77=3,ShouldPersistCommandsBackColor,public bool ShouldPersistCommandsBackColor();
  80. 78=3,ShouldPersistCommandsForeColor,public bool ShouldPersistCommandsForeColor();
  81. 79=3,ShouldPersistHelpBackColor,public bool ShouldPersistHelpBackColor();
  82. 80=3,ShouldPersistHelpForeColor,public bool ShouldPersistHelpForeColor();
  83. 81=3,ShowEventsButton,protected void ShowEventsButton(bool value);
  84. 82=3,WillFilterKeyPress,public bool WillFilterKeyPress(char keyCode);
  85. 83=3,WmSysColorChange,protected override void WmSysColorChange(ref Message m);
  86. 84=3,WndProc,protected override void WndProc(ref Message m);